You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > TMtxVecInt Class > TMtxVecInt Methods > CopyToArray Method > TMtxVecInt.CopyToArray Method (byte[])
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
TMtxVecInt.CopyToArray Method (byte[])

Copies values from the calling object to the Dst array and converts data to 1 byte unsigned integer numbers.

Syntax
C#
Visual Basic
public TMtxVecInt CopyToArray(ref byte[] Dst);

Values exceeding the range of a 1 byte unsigned integer type are clipped.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!